﻿@charset "UTF-8";

/*header*/
.header {width: 100%;background: #fff;-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);}
.head_main,.index-container{width: 1200px;margin: 0 auto;}
.index-foot{width: 1400px;margin: 0 auto;}
/*===============下拉==============*/
.header .logo{display: inline-block; margin-top:22px; float: left;transition: all .5s;padding-right: 23px;}
.header .logo img{display: block;width: 100%;}
.header_top{ padding-bottom: 18px;
  border-bottom: 1px solid #e9e9eb;}
.header_top .header-right{float: right;width: 54.4%;display: flex;}
.header-right ul {display: inline-block !important;width: 60%;margin: 32px -25px 0;}
.header-right ul li{width: 33.333333%;float: left;padding: 0 8px;border-right: 1px solid #e9e9eb;}
.header-right ul li a{font-size: 16px;color: #404048;}
.header-right ul li:last-child{border-right: transparent;}
.number {
  margin-top: 28px;
  margin-left: 25px;
  display:inline-flex;
}
.number-img {
  width: 29px;
  height: 29px;
  display: inline-block;
  background: url(../images/phone.png) no-repeat;
  background-size: 100%;
}
.number-phone {
  display: inline-block;
  margin-left: 17px;
  color: #e96f00;
  line-height: 32px;
}
.header-tit{float: left;margin-top: 23px;}
.header-tit h3{font-size: 18px;line-height: 20px;color: #1f1f25;}
.header-tit h4{font-size: 16px;line-height:17px;color: #e96f00;margin-top: 8px;font-weight: bold;}
.navbar{width: 83.9%;float: left;margin: 0 ;}
.navbar *{-webkit-box-sizing: border-box;box-sizing: border-box;}
.header_bottom{position: relative;}
.navitem{float: left;position: relative;padding:0 15px;cursor: pointer;
  width: 16%;
  /* margin-right: 17.6%; */
}
.navbar .navitem:last-child{margin-right: 0;}
.navitem>a{
	/* display: block; */
	position: relative;
	height:78px;
  overflow: hidden;
  color: #404048;
	font-size: 18px;
  line-height: 78px;
  padding-bottom: 27px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.navitem>a::after{
	content: '';
	width:0;
	height: 2px;
	background: #e96f00;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.navitem:hover>a::after,
.navitem.active>a::after{width: 100%;}
.navitem:hover>a,
.navitem.active>a{color: #e5821c}
.navitem .subnav {
    min-width: 180px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.08);
            box-shadow: 0 3px 10px rgba(0,0,0,.08);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 200;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
    transition: all .36s ease;
    padding: 13px 0 15px;
}
.navitem:hover .subnav {
    visibility: visible;
    opacity: 1;
}
.navitem .subnav li {
    padding: 10px 25px 10px 35px;
    border-bottom: 1px solid rgba(0,0,0,.07);
}
.navitem .subnav li:last-child{border-bottom: none;}
.navitem .subnav li a {
    display: block;
    padding:7px 15px 7px 0;
    color: #9d9d9d;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    left: 0;
    white-space: normal;
}
.navitem .subnav li a i {
    line-height: 18px;
    font-size:12px;
    position: absolute;
    right: 0;
    top:9px;
}
.navitem .subnav li:hover>a{
	left: 5px;
	color: #e5821c
}
.navitem .subnav.max{width: 250px;}
.subnav li ul{
	position: absolute;
	left: 100%;
	top:0;
	z-index: 10;
	padding-left: 1px;
	width:250px;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.08);
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
	display: none;
}
.subnav li ul li{background:#fff;}
.subnav>li:hover ul{display: block;}
.language{float: right;position: relative;margin-top: 23px}
.language-text{ display: block;color: #303036;font-size: 16px;font-family: arial; line-height:25px;cursor: pointer;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.language-text .icon-down{color: #303036; display:block;float: right; vertical-align: middle;font-size: 16px; margin-left: 5px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;}
.language-list{position: absolute;top:100%;right: 0;z-index: 10;background: #fff;padding:0px 0;-webkit-box-shadow: 0 2px 4px 2px rgba(0,0,0,.05);box-shadow: 0 2px 4px 2px rgba(0,0,0,.05);opacity: 0;visibility: hidden;-webkit-transition: all .6s;-o-transition: all .6s;transition: all .6s;}
.language-list a{display: block;padding:10px 30px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.language-list a:hover{color: #e07518}
.language:hover .language-text{color: #e07518;}
.language:hover .language-text .icon-down{-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.language:hover .language-list{opacity: 1;visibility: visible;}
.search-btn{
	float: right;
  width: 26px;
  height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #fff;
  margin: 27px 24px 0 20px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
  transition: all .3s;
  background: #e07518;border-radius: 50%;
}
.search-btn i{width: 26px;height: 26px;display: inline-block;}
.search-btn .iconfont{font-size: 12px;}
/* .search-btn:hover{color: #fff;} */
.search-wrap{
	position: absolute;
	right: 4%;
	top:0;
	width:290px;
	height: 80px;
	/* background: #fff; */
	z-index: -1;
	opacity: 0;
}
.searchopen .search-wrap{
	z-index: 10;
	opacity: 1;
}
.searchopen .search-btn{display: none;}
.search-frame{
	position: relative;
	height: 44px;
	margin-top: 18px;
}
.searchopen .search-frame {
  -webkit-animation:searchform-fade 400ms both;
  animation: searchform-fade 400ms both;
}
.searchopen .search-frame form {
  -webkit-animation:searchform-slide 1s both;
  animation:searchform-slide 1s both;
}
.searchtext-btn{
color: #000;
font-size: 14px;
line-height: 44px;
width: 44px;
text-align: center;
cursor: pointer;
-webkit-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.searchtext-btn:hover{color: #e07518;}
.search-input {
  margin-left: 44px;
  margin-right: 80px;
  position: absolute;
  top: 0;
  -webkit-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.search-wrap input {
  font-size: 16px;
  line-height: 44px;
  color: #333;
  width: 100%;
  border-radius: 5px;
}
.search-close {
  width:44px;
  height:44px;
  font-size: 16px;
  color: #232323;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.searchopen .search-close {
  opacity: 1;
  -webkit-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.searchopen .search-close:hover{color:#e07518;}
.searchshow .navitem{
-webkit-animation: item-searchshow .4s both;
        animation: item-searchshow .4s both;
}
/* .searchopen .navitem {
  visibility: hidden;
} */
@-webkit-keyframes searchform-fade {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
		animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
		}
	100% {opacity: 1}
}
@keyframes searchform-fade {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
		animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
		}
	100% {opacity: 1}
}
@-webkit-keyframes searchform-slide {
	0% {
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
		animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes searchform-slide {
	0% {
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
		animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@-webkit-keyframes item-searchshow {
	0% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
		animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
	}
	40% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.7);
		transform: scale(0.7)
	}
}
@keyframes item-searchshow {
	0% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
		animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
	}
	40% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.48) no-repeat;
    display: none;
    z-index:400;
}
/*.wrapper{padding-top: 80px;}、*/
.language{float: right;margin-top: 29px;    margin-right: 46px;}
.language a{
	float: left;
	line-height: 22px;
	padding:0 12px;
	font-size: 14px;
	color: #777;
	border-radius: 12px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.language a:hover{
	color: #e5821c;
}
.language a.active{
	background:#e5821c;
	color: #fff;
}

@media (min-width: 1230px){
  /* .navitem{padding:0 24px;} */
}
/*footer*/
.footer{
	width: 100%;
	overflow: hidden;
	background: url(../images/footer_bg.jpg) #0a0a0a;
	/* border-top: 2px solid #ffba00; */
}
.footer-top{padding-top: 93px;background: #222;}
.footer-menu{padding-bottom: 28px;position: relative;margin-right: 270px;}
.footer-item{
	width: 15%;
	float: left;
}
.footer-item.max{width: 20%}
.footer-item dt{
	margin-bottom: 56px;
	position: relative;
}
/* .footer-item dt::before{
	content: '';
	position: absolute;
	left: 0;
	top:3px;
	bottom:3px;
	background: #ffba00;
	width: 1px;
} */
.footer-item dt::before{
  content: '';
  position: absolute;
  width: 31px;
  height: 1px;
	left: 0;
	bottom:-29px;
  background: #fff;
  z-index: 11;
  transition: all .3s;
}
.footer-item dt::after{
  content: '';
  position: absolute;
  width: 64px;
  height: 1px;
	left: 0;
	bottom:-29px;
  background: #4e4e4e;
  z-index: 1;
}
.footer-item:hover dt::before{width: 64px;}
.footer-item dt a{
	font-size: 16px;
	line-height: 1;
	color: #fff;
	/* padding-left: 10px; */
}
.footer-item dd{
  /* margin:4px 0 4px 12px; */
  margin:4px 0 4px;}
.footer-item dd a{
	color: #a9a9a9;
}
.footer-firends{padding:16px 0;}
.friends-text{float: left;color: #fff;}
.friends-link{margin-left: 68px;}
.friends-link a{
	display: inline-block;
	color: #777;
	margin-right: 15px;
}
.footer-bottom{
	/* border-top: 1px solid rgba(255,255,255,.06); */
	color:#777;
  /* padding:15px 0 26px; */
  background: #333;
  padding: 32px 0;
}
.footer-bottom a{color:#777;}
.footer-bottom .copyright{margin-right: 240px;}
.footer-center{float: right;width: 250px;}
.footer-ewm{
	text-align: left;
	width: 90px;
}
.footer-ewm img{
	width: 90px;
}
.footer-ewm p{color: #777;margin-top: 10px;font-size: 16px;}
.footer-info{margin-top: 10px;}
.footer-info p{
	color: #777;
	line-height: 25px;
}
.footer-info a{color: #777;}
.footer-info .share{margin-top: 15px;}
.share .bdsharebuttonbox a {
    display: inline-block;
    padding: 0;
    background: transparent;
    font-size:20px;
    line-height:38px;
    text-align: center;
    height:40px;
    width: 40px;
    color: #777;
    /* border:1px solid #dbdbdb; */
    border-radius: 50%;
    margin: 0 10px 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.share .bdsharebuttonbox a::before {
    font-family: "iconfont";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height:38px;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:20px;
}
.share .bdsharebuttonbox a.bds_sqq::before {
    content: "\e603";
}
.share .bdsharebuttonbox a.bds_tsina::before {
    content: "\e604";
}
.share .bdsharebuttonbox a.bds_weixin::before {
    content: "\e605";
}
.news-share .share .bdsharebuttonbox a{
	background: #bcbcbc;
	color: #fff;
	border-color: #bcbcbc;
	margin: 0 5px;
}
.footer a{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.footer a:hover{color: #ffba00}
.share .bdsharebuttonbox a:hover{
	/* background: rgba(229,130,28,.8); */
	/* border-color:rgba(229,130,28,.8); */
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}
/*banner*/
.banner img{display: block;width: 100%;}
.banner .swiper-pagination{bottom: 70px !important;}
.banner .swiper-pagination-bullet{width: 22px;height: 22px;background: url(../images/banner-page.png) no-repeat center;opacity: 1;margin: 0 12px !important;}
.banner .swiper-pagination-bullet-active{background-image: url(../images/banner-pageH.png);}
.banner .swiper-button-prev{transition: all .5s; font-size: 20px; width: 52px;height: 52px;border-radius: 50%;color: white;background: none;opacity: 1;left: 60px;margin-top: -29.5px;text-align: center;line-height: 52px;}
.banner .swiper-button-next{transition: all .5s;font-size: 20px;width: 52px;height: 52px;border-radius: 50%;color: white;background: none;opacity: 1;right: 60px;margin-top: -29.5px;text-align: center;line-height: 52px;}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{background:#e07518;}
.banner-font{position: absolute;width: 100%;left: 0;top: 50%;transform: translateY(-50%);}
.banner-font .banner-text{
  font-size: 60px;
  line-height: 78px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 8px;
}
.banner-font .ban-line{
  width: 29%;
  height: 3px;
  background: #e07518;
  margin: 12px 0 18px;
}
.banner-font h4{font-size: 20px;color: #fff;}
.btn-more{
  display: inline-block;
	font-size: 14px;
	line-height: 40px;
	padding:0 47px;
	color: #fff;
	background-color: #ff9124;
	border:1px solid #ff9124;
  border-radius: 25px;
}
.banner-font .btn-more{
  margin-top: 80px;
}
.banner-font .btn-bann i{
	margin-left: 20px;
	font-size: 20px;
	vertical-align: middle;
}
.btn-more:hover{
	background-color: #f17300;
}
/* =======首页内容====== */
/*home-product */
.index-two{padding:80px 0;background: #f7f7f7;}
.section-title{text-align: center;}
.section-title h5{
	font-size:42px;
	line-height: 50px;
  color: #303036;
  margin-bottom: 22px;
}
.section-title h6{
	font-size: 18px;
	line-height: 18px;
  color: #62626a;
}
.section-title .ind-line{
  display: inline-block;
  width: 38px;
  height: 3px;
  background: #f37c1d;
  margin: 47px 0 46px;
}
.h-product{
	border-top: 1px solid #ececec;
	padding:30px 0;
	position: relative;
	margin-top: 36px;
}
.intw-left {
  width: 24.1%;
  height: 100%;
  float: left;
  height: 639px;
  overflow-y:auto;
  
}

    .intw-left::-webkit-scrollbar {
        width: 3px;
        background-color: #fff;
    }

    .intw-left::-webkit-scrollbar-thumb {
        background-color: #f07102;
        border-radius: 10px;
    }
.intw-content ul {
  width: 100%;
  margin-top: 46px;
}

.intw-right {
  float: right;
  width: 74.1%;
}

.intw-left li {
  width: 100%;
  padding: 36px 46px 36px 30px;
  background: url(../images/black-next.png) no-repeat 88% 50%;
  transition: ease .4s;
  border-bottom: 1px solid #d4d4d7;
}
.intw-left li:last-child{border-bottom: transparent;}
.intw-left .intw-btn{ padding: 36px 46px 36px 30px;text-align: center;background: #fff;}

.intw-left .intw-btn h3{
  font-size: 18px;
  color: #aaaab0;
  position: relative;
}
.intw-btn h3 i{
  display: inline-block;
  padding-left: 16px;
  color: #aaaab0;
}
.intw-left li>div {
  width: 100%;
  height: 100%;
}
.intw-left{}
.intw-lbot {
  height: auto;
  background: #fff;
}
.intw-left li a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

.intw-left li h3 {
  width: 80%;
  font-size: 18px;
  line-height: 18px;
  color: #6a6a72;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.intw-left li.on {
  background: #f06f00 url(../images/white-next.png) no-repeat 90% 50%;
}

.intw-left li.on h3 {
  color: #fff;
}

.intw-xsbtn {
  display: none;
  width: 100%;
}
.intw-bot {
  display: none;
  /* position: relative; */
}
.intw-bot img {
  width: 100%;
}
.intw-bot.on {
  display: block;
  position: relative;
  transition: all .5s;
}
.appli-cont {
  margin: 0 -8px 0;
}
.appli-cont li {
  width: 33.3333333%;
  float: left;
  padding: 0 8px;
  margin-bottom: 20px;
}
.appli-list {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.appli-pic {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 310px;
}
.appli-pic img {
  display: block;
  width: 100%;
  transition: all .5s;
  height: 100%;
}
.appli-hide {
  opacity: 0;
  transition: all .5s linear;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(243, 128, 27, 0.95);
  top: 0;
  left: 0;
  transition: all .6s ease;
}
.appli-cell {
  position: absolute;
  text-align: center;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.appli-cell h3 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 25px;
}
.appli-cell p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.appli-font {
  display: block;
  transition: all .5s;
  position: absolute;
  width: 100%;
  height: 54px;
  bottom: 0;
  left: 0;
  background:#e4e4e6;
}
.appli-font h3 {
  width: 100%;
  line-height: 54px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #303036;
  background: url(../images/black-next.png) no-repeat right 40px center;
  padding: 0 37px;
}
.appli-list:hover .appli-font {
  display: none;
}
.appli-list:hover .appli-hide {
  opacity: 1;
}
.appli-cont li:hover img {
  transform: scale(1.03);
}
.indpro-btn,.inth-btn,.inf-btn,.inv-btn{
  text-align: center;
  margin-top: 32px;
}
/*  */
.index-three{
  padding: 80px 0;
  background: #fff;
}
.sec-development{background: #fff;padding:75px 0 80px;}

.preview{
	position: relative;
	padding:0 100px;
	margin-top: 60px;
  z-index: 1;
}
.preview .deve-line{
  border-bottom: 1px solid #d1d1d5;
  padding-bottom: 33px;
  overflow: initial;
}
.preview .arrow-left,
.preview .arrow-right{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-align: center;
	line-height: 56px;
	font-size: 14px;
	color:#2e2e34;
	background: #e9e9eb;
	cursor: pointer;
	position: absolute;
	top:12%;
	z-index: 10;
	transition: all .3s;
}
.preview .iconfont{
  font-size: 18px;
}
.preview .arrow-left{left: 0}
.preview .arrow-right{right: 0}
.preview .arrow-left:hover,
.preview .arrow-right:hover{
	background: #ff9124;
	border-color: #ff9124;
	color: #fff;
}
.preview .swiper-slide{
  width: 20%;
  padding: 0 45px;
	text-align: center;
	cursor: pointer;
}
.preview .m-dot{
  margin-bottom: 40px;
}

.preview .swiper-slide.active-nav .m-dot::after{opacity: 1}
.preview .m-year{
	color: #303036;
	font-size: 18px;
  transition:all .5s ease-out;
  position: relative;
}
.m-year::before{
	content: '';
	width:0;
	height: 2px;
	background: #e96f00;
	position: absolute;
  left: 50%;top: 56px;
	z-index: 22;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.preview .swiper-slide:hover .m-year,
.preview .swiper-slide.active-nav .m-year{color: #ff9124}
.preview .swiper-slide:hover .m-year::before,.preview .swiper-slide.active-nav .m-year::before{content: ''; width: 100%;position: absolute;height: 3px;background: #e07518;}
.view{margin-top: 52px;}
.develop-cont{
	/* padding:45px 50px; */
	position: relative;
	z-index: 1;
  /* height: 476px; */
  margin-bottom: 28px;
}
.deveSlide{
	position: relative;
	width: 100%;
}
.deveSlide .deve-pic{
	float: left;
	width: 49.9%;
	height: 372px;
	overflow: hidden;
	position: relative;
}
.deveSlide .deve-pic img{
	width: 100%;
  height: 100%;
  transition: all .5s;
}
.deveSlide .deve-pic:hover img{transform: scale(1.05);}
.deve-info{
	float: right;
	width: 47.4%;
	/* height:286px; */
	/* padding:0 25px; */
	padding:64px 0 52px;
}
.deve-info .m-year{
	font-size: 28px;
	color: #ff9124;
}
.deve-info .m-tit{font-size: 36px;color: #303036;line-height: 36px;
  letter-spacing: 4px;}
.deve-info .m-des{
	line-height: 30px;
  color: #808087;
  font-size: 18px;
}
.deve-info .ind-line{width: 28px;  height: 3px;
  background: #f37c1d;margin: 42px 0;}
.deveSlide .deve-prev,
.deveSlide .deve-next{
	width: 42px;
	height: 42px;
	border:1px solid #dbdbdb;
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 14px;
	z-index: 10;
	cursor: pointer;
	transition: all .3s;
}
.deveSlide .deve-prev{right: 477px;}
.deveSlide .deve-next{right: 424px}
.deveSlide .deve-prev:hover,
.deveSlide .deve-next:hover{
	background: #ff9124;
	border-color:#ff9124;
	color: #fff;
}
/*  */
.index-four{background: url(../images/inf-bg.jpg) no-repeat;background-size: cover;padding: 80px 0 60px;}
.index-four .section-title h5{color: #fff;line-height: 42px;}
.index-four .section-title h6{color:#e3ecf8;}
.inf-box{width: 100%;}
.inf-box ul{width: 42%;margin-top: 22px;}
.inf-box li{width: 33.3333333%;float: left;margin-bottom: 58px;margin-top: 26px;}
.inf-font{}
.inf-font h3{height: 58px;
  color: #ffffff;
  overflow: hidden;
  font-size: 47px;
  line-height: 54px;
  margin-bottom: 18px;
transition: all .5s;}
.inf-font h3 span{font-size: 80px;font-family: 'ak';}
.inf-font p{font-size: 16px;color: #eef3f9;line-height: 20px;}
.inf-box li:hover .inf-font h3{color: #f17300;cursor: pointer;}
/*  */
.index-five{background: #f8f8f8;padding: 76px 0 110px;}
.home-news{margin-top: 76px;margin-bottom: 18px;}
.inv-left{width: 50%;float: left;border-right: 1px solid #bdbdbd;padding-right: 98px;}
.inv-right{width: 50%;float: right;padding-left: 98px;padding-right: 30px;}
.h-news-item{margin-bottom: 40px;display: block;}
.h-news-item .m-cont{
	/* width: 685px;
	height: 216px; */
	position: relative;
}
.h-news-item .m-tit{
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 24px;
	transition: all .3s;
}
.h-news-item .m-time{color: #8a8a8a;margin: 23px 0 0;font-size: 14px;line-height: 14px;}
.h-news-item .m-des{
  font-size: 14px;
	line-height: 24px;
  color: #9a9a9a;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.h-news-item .m-dot{
	width: 20px;
	height: 12px;
  position: relative;
  display: inline-block;
  transition: all .3s;
  background: url(../images/gray-next.png) no-repeat;
  float: right;
}
.inv-left .m-pic{
	/* width: 685px;
	height: 216px; */
	overflow: hidden;
	position: relative;
}
.inv-left .m-pic img{
	width:100%;
	height: 100%;
	transition: all .8s;
}
.inv-left:hover .m-pic img{
	transform: scale(1.05);
}
.h-news-item:hover .m-tit{color: #e5821c;}
.h-news-item:hover .m-des{color: #666;}
.inv-right .h-news-item:last-child{margin-bottom: 0;}
/*  */
.index-six{padding: 50px 0 47px;background: #f27700;}
.index-six .section-title h5{color: #fff;line-height: 42px;}
.index-six .section-title h6{color:#e3ecf8;}
.index-six .ins-btn{
  text-align: center;
  margin-top: 18px;
}
.index-six .ins-btn .btn-more{  background: #fff;
  color: #f27700;}
 .proinfo2-menu {
    border-bottom: 1px solid #e2e2e2;
    overflow-x: auto;
    white-space: nowrap;
}

    .proinfo2-menu::-webkit-scrollbar {
        height: 2px;
        background-color: #dcdbdb;
    }

    .proinfo2-menu::-webkit-scrollbar-thumb {
        background-color: #11298b;
        border-radius: 10px;
    }

    .proinfo2-menu a {
        display: inline-block;
        font-size: 22px;
        line-height: 30px;
        color: #333;
        position: relative;
        padding-bottom: 10px;
        margin-right: 70px;
    }

        .proinfo2-menu a:last-child {
            margin-right: 0;
        }

        .proinfo2-menu a::before {
            position: absolute;
            content: "";
            width: 0;
            height: 3px;
            background: #ff9124;
            left: 0;
            bottom: 0;
            transition: ease .5s;
        }

        .proinfo2-menu a:hover::before,
        .proinfo2-menu a.on::before {
            width: 100%;
        }

        .proinfo2-menu a.on {
        }

.proinfo2-text {
    margin-top: 20px;
    padding-bottom: 50px;
}

.proinfo2-text1 {
    display: none;
}

    .proinfo2-text1.on {
        display: block;
    }

    .proinfo2-text1 p {
        font-size: 16px;
        line-height: 32px;
        color: #666;
    }

.proinfo2-page {
    text-align: center;
    position: relative;
    background: #f5f5f5;
    padding: 30px 40px;
}

    .proinfo2-page a {
        display: inline-block;
        transition: ease .5s;
        font-size: 16px;
        line-height: 32px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 33%;
        top: 40px;
    }

        .proinfo2-page a span {
            display: inline-block;
            color: #666;
        }

        .proinfo2-page a:hover,
        .proinfo2-page a:hover span {
            color: #11298B;
        }

.proinfo2-page-l {
    color: #333;
    position: absolute;
    left: 40px;
}

.proinfo2-page-c {
    color: #11298b;
    border: 1px solid #11298B;
    padding: 8px 47px;
}

    .proinfo2-page-c i {
        margin-left: 10px;
    }

.proinfo2-page a.proinfo2-page-c:hover {
    color: #fff;
    background: #11298B;
}

.proinfo2-page-r {
    color: #333;
    position: absolute;
    right: 40px;
}
/* ============download============= */
.download {
}

.download-menu {
    text-align: center;
    margin-top: 50px;
}

.download-con {
    margin-top: 50px;
}

#box {
    margin-top: -40px;
    overflow-x: auto;
    /*white-space: nowrap;*/
}

#box1 {
    white-space: normal;
}

.download-menu ul {
    display: inline-block;
}

.download-menu li {
    float: left;
    width: auto;
}

    .download-menu li a {
        display: block;
        font-size: 16px;
        color: #333;
        line-height: 38px;
        border-radius: 30px;
        padding: 0 40px;
        background: transparent;
        transition: ease .5s;
        position: relative;
    }

        .download-menu li a::before {
            content: "";
            position: absolute;
            width: 1px;
            height: 12px;
            background: #dcdcdc;
            top: 12px;
            right: 0;
        }

        .download-menu li a.nobef::before {
            display: none;
        }

    .download-menu li:hover a::before,
    .download-menu li.on a::before {
        display: none;
    }

    .download-menu li:hover a,
    .download-menu li.on a {
        color: #fff;
        background: #1d65b0;
    }

#box table {
   margin-top:50px;
}

#box .page {
    margin-top: 25px;
}

#box tr {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    display: inline-block;
}

    #box tr:first-child {
        background: #ff9124;
    }

#box th {
    font-size: 20px;
    line-height: 10px;
    color: #fff;
    font-weight: lighter;
    padding: 25px 30px;
}

    #box th:first-child,
    #box td:first-child {
        min-width: 780px;
        max-width: 780px;
    }

    #box th:nth-child(2),
    #box td:nth-child(2) {
        min-width: 160px;
    }

    #box th:nth-child(3),
    #box td:nth-child(3) {
        min-width: 160px;
    }

#box td {
    font-size: 18px;
    line-height: 10px;
    color: #666;
    transition: ease .5s;
    padding: 25px 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#box tr:hover td {
    color: #0168b7;
}

#box tr a {
    display: inline-block;
    transition: ease .5s;
    width: 21px;
    height: 21px;
    background: url(../images/download.png)no-repeat center;
}

#box tr:hover a {
    background-image: url(../images/download1.png);
}

#box1.none {
    display: none;
}







/*客服*/

.kefu-box { position: fixed; right: 20px; bottom: 50px; z-index: 1000; }
.kefu { width: 46px; height: 46px; padding-left: 10px; margin-bottom: 0; position: relative; }
.kefu span { display: block; width: 45px; height: 45px; border: 1px solid #ddd; position: relative; cursor: pointer; }
.kefu-email span { background: #fff url(../images/email.png) no-repeat center; }
.kefu-skype span { background: #fff url(../images/skype.png) no-repeat center; }
.kefu-tel span { background: #fff url(../images/tel.png) no-repeat center; }
.kefu-erweima span { background: #fff url(../images/erweima.png) no-repeat center; }
.kefu-email:hover span { background: #89b232 url(../images/email-h.png) no-repeat center; border-color: #89b232; }
.kefu-skype:hover span { background: #89b232 url(../images/skype-h.png) no-repeat center; border-color: #89b232; }
.kefu-tel:hover span { background: #89b232 url(../images/tel-h.png) no-repeat center; border-color: #89b232; }
.kefu-erweima:hover span { background: #89b232 url(../images/erweima-h.png) no-repeat center; border-color: #89b232; }
.kefu-email-info { width: 180px; display: block; position: absolute; right: 56px; top: 1px; height: 45px; line-height: 45px; background-color: #89b232; text-align: center; color: #fff; display: none; }
.kefu-email-info:after { content: ''; display: block; width: 0; height: 0; border: 8px; border-color: transparent; border-style: solid; border-left: 8px solid #89b232; position: absolute; right: -16px; top: 13px; }
.backTop { width: 45px; height: 45px; margin-left: 10px; border: 1px solid #ddd; background: #fff url(../images/backtop.png) no-repeat center; cursor: pointer; }
.backTop:hover { background: #89b232 url(../images/backtop-h.png) no-repeat center; border-color: #89b232; }
.kefu-erweima-img { width: 170px; height: auto; line-height: 28px; display: block; position: absolute; right: 56px; top: 0; border: 1px solid #ddd; padding: 5px; text-align: center; color: #fff; display: none; background-color: #fff; padding-bottom: 10px; }
.kefu-erweima-img:after { content: ''; display: block; width: 0; height: 0; border: 8px; border-color: transparent; border-style: solid; border-left: 8px solid #bfbfbf; position: absolute; right: -16px; bottom: 13px; }
.kefu-erweima-img h3 { text-align: left; padding-left: 5px; line-height: 30px; font-size: 15px; color: #333; }
.kefu-erweima-img h4 { line-height: 20px; color: #666; padding: 0 5px; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.kefu-erweima-img h4 a { color: #666; font-size: 12px; }
.kefu-erweima-img h4 a:hover { color: #89b232; }
